runtime.m.caughtsig (field)
3 uses
runtime (current package)
runtime2.go#L527: caughtsig guintptr // goroutine running during fatal signal
signal_unix.go#L698: _g_.m.caughtsig.set(gp)
traceback.go#L916: if g.m.throwing > 0 && gp != nil && (gp == g.m.curg || gp == g.m.caughtsig.ptr()) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)